func internal/runtime/cgroup.newLineReader

3 uses

	internal/runtime/cgroup (current package)
		cgroup.go#L127: 	l := newLineReader(fd, scratch, read)
		cgroup.go#L269: 	l := newLineReader(fd, scratch, read)
		line_reader.go#L60: func newLineReader(fd int, scratch []byte, read func(fd int, b []byte) (n int, errno uintptr)) *lineReader {